home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 678 b | 25 lines | [TEXT/CWIE] |
- // SVAECountElements.h
- //
- // 7Edit 3.1d1. Original version by Jon Lansdell and Nigel Humphreys.
- // 3.1 updates by Greg Sutton.
- // ©Apple Computer Inc 1995, all rights reserved.
-
- #ifndef __SVAECOUNTELEMENTS__
- #define __SVAECOUNTELEMENTS__
-
- #include <AppleEvents.h>
- #include <AEObjects.h>
- #include <AERegistry.h>
-
- pascal OSErr DoCountElements(const AppleEvent *theAppleEvent,
- AppleEvent *reply,
- long handlerRefCon);
-
- pascal OSErr MyCountProc(DescType desiredType, DescType containerClass,
- const AEDesc *container, long* result);
-
- OSErr GetDescForNumberOfElements(DescType desiredType,
- AEDesc* container, AEDesc* result);
-
- #endif
-